-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce fromImage
field in jib builder interface.
#4873
Introduce fromImage
field in jib builder interface.
#4873
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4873 +/- ##
==========================================
+ Coverage 71.86% 72.08% +0.21%
==========================================
Files 356 358 +2
Lines 12218 12368 +150
==========================================
+ Hits 8780 8915 +135
- Misses 2786 2797 +11
- Partials 652 656 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but let's get confirmation from the Jib team if they prefer baseImage
or fromImage
.
6f0193a
to
391629e
Compare
Co-authored-by: Brian de Alwis <bsd@acm.org>
baseImage
field in jib builder interface.fromImage
field in jib builder interface.
Related: #4713
This PR introduces
fromImage
as a property in thejib
builder to override the configured base image.It's required in the implementation of supporting artifact dependencies